summaryrefslogtreecommitdiff
path: root/source4/lib/popt/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/popt/config.mk')
-rw-r--r--source4/lib/popt/config.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/lib/popt/config.mk b/source4/lib/popt/config.mk
index fee3ab1e4b..9140716b47 100644
--- a/source4/lib/popt/config.mk
+++ b/source4/lib/popt/config.mk
@@ -1,11 +1,11 @@
##############################
# Start SUBSYSTEM INT_LIB_POPT
[SUBSYSTEM::INT_LIB_POPT]
-ADD_OBJ_FILES = lib/popt/findme.o \
- lib/popt/popt.o \
- lib/popt/poptconfig.o \
- lib/popt/popthelp.o \
- lib/popt/poptparse.o
+ADD_OBJ_FILES = findme.o \
+ popt.o \
+ poptconfig.o \
+ popthelp.o \
+ poptparse.o
NOPROTO = YES
# End SUBSYSTEM INT_LIB_POPT
##############################