diff options
author | Petr Rockai <prockai@redhat.com> | 2012-09-10 07:40:00 +0200 |
---|---|---|
committer | Petr Rockai <prockai@redhat.com> | 2012-09-26 17:26:23 +0200 |
commit | 0a87fed794f2886047298bbc7b21919e9fc04951 (patch) | |
tree | 2a86550a42a487dabe673659710d58e9cf548913 /Makefile.in | |
parent | ca0c8673b2064ceb840ee7f4cb5804b33e55f3c7 (diff) | |
download | lvm2-0a87fed794f2886047298bbc7b21919e9fc04951.tar.gz |
Makefiles: Build libdaemonclient unconditionally.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index 431619022..6b153d33b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,16 +26,12 @@ ifeq ("@INTL@", "yes") SUBDIRS += po endif -SUBDIRS += lib tools daemons libdm +SUBDIRS += lib tools daemons libdm libdaemon ifeq ("@APPLIB@", "yes") SUBDIRS += liblvm endif -ifeq ("@BUILD_LVMETAD@", "yes") - SUBDIRS += libdaemon -endif - SUBDIRS += scripts # FIXME Should use intermediate Makefiles here! |