summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2002-11-01 05:06:19 +0000
committerRichard Sharpe <sharpe@samba.org>2002-11-01 05:06:19 +0000
commit689d510ef6b071ed220e41293c64a36ea79597b7 (patch)
tree604293753970a25dfadd37c91ffca57260b14cf8 /source3/Makefile.in
parent3a225c07850cb5979f0b7f70d87b26e1ce2bd7b5 (diff)
downloadsamba-689d510ef6b071ed220e41293c64a36ea79597b7.tar.gz
samba-689d510ef6b071ed220e41293c64a36ea79597b7.tar.bz2
samba-689d510ef6b071ed220e41293c64a36ea79597b7.zip
Add more code to the profiles program and add Makefile.in support.
(This used to be commit daefe52a56a7b977b8e561f8f668c42183de413b)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 589b1a602b..f9a9d0072c 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -646,6 +646,10 @@ bin/net: $(NET_OBJ) @BUILD_POPT@ bin/.dummy
@echo Linking $@
@$(CC) $(FLAGS) -o $@ $(NET_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @BUILD_POPT@
+bin/profiles: utils/profiles.o bin/.dummy
+ @echo Linking $@
+ @$(CC) $(FLAGS) -o $@ utils/profiles.o $(LDFLAGS) $(LIBS)
+
bin/smbspool: $(CUPS_OBJ) bin/.dummy
@echo Linking $@
@$(CC) $(FLAGS) -o $@ $(CUPS_OBJ) $(LDFLAGS) $(LIBS)