summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-10-01 12:36:16 +0100
committerRichard Hughes <richard@hughsie.com>2010-10-01 12:37:34 +0100
commit908bdf79414517bed84a4c3ccee7d18f15cd651c (patch)
treecb59ba7093a7934d79c0cb0dee345a5e888aea25 /examples
parent0fa0e653d54e2cfe7d30c6e0beef713cd27c3f91 (diff)
downloadgtk+-908bdf79414517bed84a4c3ccee7d18f15cd651c.tar.gz
Complete the removal of examples/pixmap to fix make dist
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile1
-rw-r--r--examples/pixmap/Makefile14
2 files changed, 0 insertions, 15 deletions
diff --git a/examples/Makefile b/examples/Makefile
index f68d6ce703..6d54beabb2 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -17,7 +17,6 @@ SUBDIRS = arrow \
notebook \
packbox \
paned \
- pixmap \
progressbar \
radiobuttons \
rangewidgets \
diff --git a/examples/pixmap/Makefile b/examples/pixmap/Makefile
deleted file mode 100644
index 3df817098d..0000000000
--- a/examples/pixmap/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-
-CC = gcc
-
-CFLAGS = -Wall \
- -DG_DISABLE_DEPRECATED \
- -DGDK_DISABLE_DEPRECATED \
- -DGDK_PIXBUF_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED
-
-pixmap: pixmap.c
- $(CC) pixmap.c -o pixmap $(CFLAGS) `pkg-config gtk+-2.0 --cflags --libs`
-
-clean:
- rm -f *.o pixmap