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.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/lib/popt/config.mk b/source4/lib/popt/config.mk
new file mode 100644
index 0000000000..fee3ab1e4b
--- /dev/null
+++ b/source4/lib/popt/config.mk
@@ -0,0 +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
+NOPROTO = YES
+# End SUBSYSTEM INT_LIB_POPT
+##############################