summaryrefslogtreecommitdiff
path: root/popt/Makefile.am
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1998-10-26 21:53:26 +0000
committerjbj <devnull@localhost>1998-10-26 21:53:26 +0000
commitf65c9a1541f742f2cfd901e693d3f9ef8bc02b0f (patch)
treed3b47dcdf5bb73db4a76e6303ff3d404cf4e0f2a /popt/Makefile.am
parent7ce37fbf245ff0348daa8ae4970847d21bfc5c9c (diff)
downloadlibrpm-tizen-f65c9a1541f742f2cfd901e693d3f9ef8bc02b0f.tar.gz
librpm-tizen-f65c9a1541f742f2cfd901e693d3f9ef8bc02b0f.tar.bz2
librpm-tizen-f65c9a1541f742f2cfd901e693d3f9ef8bc02b0f.zip
Add install steps for libpopt.a and popt.h
CVS patchset: 2500 CVS date: 1998/10/26 21:53:26
Diffstat (limited to 'popt/Makefile.am')
-rw-r--r--popt/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/popt/Makefile.am b/popt/Makefile.am
index e4fed1ff2..4284910f0 100644
--- a/popt/Makefile.am
+++ b/popt/Makefile.am
@@ -11,8 +11,8 @@ noinst_PROGRAMS = test1
test1_SOURCES = test1.c
test1_LDADD = -lpopt
-noinst_HEADERS = popt.h
-noinst_LIBRARIES = libpopt.a
+include_HEADERS = popt.h
+lib_LIBRARIES = libpopt.a
libpopt_a_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.c
CVSTAG = $(PACKAGE)-$(subst .,_,$(VERSION))