Changes from APPLIANCE_HEAD:
[nivanova/samba-autobuild/.git] / testsuite / printing / Makefile.vlp
diff --git a/testsuite/printing/Makefile.vlp b/testsuite/printing/Makefile.vlp
new file mode 100644 (file)
index 0000000..142082e
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# 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)