aboutsummaryrefslogtreecommitdiffstats
path: root/debian/additions/sample.c++.Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'debian/additions/sample.c++.Makefile')
-rw-r--r--debian/additions/sample.c++.Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/additions/sample.c++.Makefile b/debian/additions/sample.c++.Makefile
deleted file mode 100644
index 0d9cef2..0000000
--- a/debian/additions/sample.c++.Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Makefile for libconfig++ - examples
-
-
-sample1: sample1.cpp
- $(CC) -o $@ -lconfig++ -lconfig $<
-
-sample2: sample2.cpp
- $(CC) -o $@ -lconfig++ -lconfig $<
-
-sample3: sample3.cpp
- $(CC) -o $@ -lconfig++ -lconfig $<
-
-
-stub: stubcpp.cpp
- $(CC) -o $@ -lconfig++ -lconfig $<