diff options
author | laforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede> | 2007-01-12 14:18:50 +0000 |
---|---|---|
committer | laforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede> | 2007-01-12 14:18:50 +0000 |
commit | 986b5e75d2aa761a04fd11bf7fd9c3e01f7052dd (patch) | |
tree | 6d139177f7b02e0cd2030d72d31a0a73a53e22ca | |
parent | e856472277d3ea9fdab836723df3df2474a4843c (diff) |
make sure that LICENSING, librfid.spec openct-cm5121-librfid.patch and etc/udev/librfid.rules end up in the 'make dist' target (Uwe Hermann <uwe@hermann-uwe.de>)
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1960 e0336214-984f-0b4b-a45f-81c69e1f0ede
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | etc/Makefile.am | 2 | ||||
-rw-r--r-- | etc/udev/Makefile.am | 2 |
4 files changed, 8 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 3a8a1ca..5ba35ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,12 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 -SUBDIRS = include src utils +SUBDIRS = etc include src utils LINKOPTS = -lusb AM_CFLAGS = -std=gnu99 +EXTRA_DIST = LICENSING librfid.spec openct-cm5121-librfid.patch + $(OBJECTS): libtool libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck diff --git a/configure.in b/configure.in index 895c7b3..4c28a2a 100644 --- a/configure.in +++ b/configure.in @@ -64,4 +64,4 @@ AC_CHECK_LIB(usb, usb_close,,) AM_CONDITIONAL(HAVE_LIBUSB, test "x$have_libusb" = "xyes") dnl Output the makefile -AC_OUTPUT(Makefile src/Makefile include/Makefile include/librfid/Makefile utils/Makefile src/librfid.pc) +AC_OUTPUT(Makefile etc/Makefile etc/udev/Makefile src/Makefile include/Makefile include/librfid/Makefile utils/Makefile src/librfid.pc) diff --git a/etc/Makefile.am b/etc/Makefile.am new file mode 100644 index 0000000..9f94de1 --- /dev/null +++ b/etc/Makefile.am @@ -0,0 +1,2 @@ + +SUBDIRS = udev diff --git a/etc/udev/Makefile.am b/etc/udev/Makefile.am new file mode 100644 index 0000000..215cd34 --- /dev/null +++ b/etc/udev/Makefile.am @@ -0,0 +1,2 @@ + +EXTRA_DIST = librfid.rules |