From e7c603844d1a3af80f2d2aaac3c9c8e3674bccfe Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Tue, 29 Nov 2005 13:32:13 +0000 Subject: * code restructured git-svn-id: https://iocaste.extern.pengutronix.de/svn/canutils/trunks/canutils-1.0-trunk@54 5fd5a299-6ef2-0310-aa18-8b01d7c39d8c --- config/GNUmakefile.am | 7 +++++++ config/Makefile.am | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 config/GNUmakefile.am delete mode 100644 config/Makefile.am (limited to 'config') diff --git a/config/GNUmakefile.am b/config/GNUmakefile.am new file mode 100644 index 0000000..b77daeb --- /dev/null +++ b/config/GNUmakefile.am @@ -0,0 +1,7 @@ +EXTRA_DIST = canutils.pc.in + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = canutils.pc + +MAINTAINERCLEANFILES = \ + GNUmakefile.in diff --git a/config/Makefile.am b/config/Makefile.am deleted file mode 100644 index e373214..0000000 --- a/config/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -EXTRA_DIST = canutils.pc.in - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = canutils.pc - -MAINTAINERCLEANFILES = \ - Makefile.in \ No newline at end of file -- cgit v1.2.3