summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorjbj <jbj>2002-06-25 18:44:40 +0000
committerjbj <jbj>2002-06-25 18:44:40 +0000
commit67b64b7205108ee9b1ea84f337b6cbd820eb19f8 (patch)
treeb2335e6d0456db49b154089fccb4831b4b772377 /Makefile.am
parent633edfc5875731b9065bd152b10c4d24f2013e09 (diff)
downloadlibpopt-67b64b7205108ee9b1ea84f337b6cbd820eb19f8.tar.gz
- python: link internal libelf (if used) directly into rpmmodule.so.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7565e7c..98af48e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,7 @@ libpopt_la_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.c
man_MANS = popt.3
-BUILT_SOURCES = popt.lcd
+#BUILT_SOURCES = popt.lcd
popt.lcd: Makefile.am ${libpopt_la_SOURCES} ${include_HEADERS} ${noinst_HEADERS}
lclint -dump $@ ${libpopt_la_SOURCES}