diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-07-01 15:57:20 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-07-10 16:00:54 +0400 |
commit | 5e147cf09fe97d9488571e222f54e6ed5b7846ba (patch) | |
tree | 26a23b5450f91e3994c214c23afcf31de4861bb1 | |
parent | eedd343eccc55a680e82ff01fa2b236bc665ec6a (diff) | |
download | dctrl-tools-5e147cf09fe97d9488571e222f54e6ed5b7846ba.tar.gz |
Do not install lib/libdctrl.la
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fd37c35..50bc43e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = po . ACLOCAL_AMFLAGS = -I m4 -lib_LTLIBRARIES = lib/libdctrl.la +noinst_LTLIBRARIES = lib/libdctrl.la bin_PROGRAMS = \ grep-dctrl/grep-dctrl \ |