summaryrefslogtreecommitdiff
path: root/source/lib/popt
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-03-03 18:25:28 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-03-03 18:25:28 +0100
commita7e6d2a1832db388fdafa1279f84c9a8bbfc87d6 (patch)
tree37368530021676f163c8a96a257604636ed7307a /source/lib/popt
parentdf4eb19ff910a1e403f9512a9d9f396c76282085 (diff)
downloadsamba-a7e6d2a1832db388fdafa1279f84c9a8bbfc87d6.tar.gz
Move object file lists to the Makefile.
Diffstat (limited to 'source/lib/popt')
-rw-r--r--source/lib/popt/config.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/source/lib/popt/config.mk b/source/lib/popt/config.mk
index ad218517b3c..86d440ac78c 100644
--- a/source/lib/popt/config.mk
+++ b/source/lib/popt/config.mk
@@ -1,7 +1,5 @@
[SUBSYSTEM::LIBPOPT]
-OBJ_FILES = findme.o \
- popt.o \
- poptconfig.o \
- popthelp.o \
- poptparse.o
CFLAGS = -Ilib/popt
+
+LIBPOPT_OBJ_FILES = $(addprefix lib/popt/, findme.o popt.o poptconfig.o popthelp.o poptparse.o)
+