diff options
author | Kai Blin <kai@samba.org> | 2008-10-19 13:05:19 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-10-19 15:03:22 +0200 |
commit | c88cbbfdf323c24f7d8a68491bcb1e0354db41d4 (patch) | |
tree | df9a02ae7f8e3f8d7ca5a5f022e8f3023547396a /testsuite/printing/Makefile.vlp | |
parent | 6ba693b5de0ecf53638468b56ce3b93d2e33c919 (diff) | |
download | samba-c88cbbfdf323c24f7d8a68491bcb1e0354db41d4.tar.gz samba-c88cbbfdf323c24f7d8a68491bcb1e0354db41d4.tar.bz2 samba-c88cbbfdf323c24f7d8a68491bcb1e0354db41d4.zip |
vlp: Move closer to the code tested.
Diffstat (limited to 'testsuite/printing/Makefile.vlp')
-rw-r--r-- | testsuite/printing/Makefile.vlp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/testsuite/printing/Makefile.vlp b/testsuite/printing/Makefile.vlp deleted file mode 100644 index 142082ebfe..0000000000 --- a/testsuite/printing/Makefile.vlp +++ /dev/null @@ -1,14 +0,0 @@ -# -# Makefile for vlp utility -# - -vlp_default: vlp - -include ../../source/Makefile - -VLP_OBJ1 = $(LIB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) - -VLP_OBJS = $(VLP_OBJ1:%=$(srcdir)/%) - -vlp: $(VLP_OBJS) vlp.o - $(CC) -o $@ vlp.o $(VLP_OBJS) $(LIBS) |