]> Pileus Git - ~andy/gtk/commitdiff
Complete the removal of examples/pixmap to fix make dist
authorRichard Hughes <richard@hughsie.com>
Fri, 1 Oct 2010 11:36:16 +0000 (12:36 +0100)
committerRichard Hughes <richard@hughsie.com>
Fri, 1 Oct 2010 11:37:34 +0000 (12:37 +0100)
Makefile.am
examples/Makefile
examples/pixmap/Makefile [deleted file]

index b5f6c145d0661d692c8e9882b64edd0eaf6e77c8..10812814e587d1dd7f85246155dd781b6a08706d 100644 (file)
@@ -70,8 +70,6 @@ EXTRA_DIST +=                 \
        examples/packbox/packbox.c  \
        examples/paned/Makefile  \
        examples/paned/paned.c  \
-       examples/pixmap/Makefile  \
-       examples/pixmap/pixmap.c  \
        examples/progressbar/Makefile  \
        examples/progressbar/progressbar.c  \
        examples/radiobuttons/Makefile  \
index f68d6ce7036b52d1dca5d3838f6b47e25ed97e96..6d54beabb2a3257767e002f1785309fb3fa21f70 100644 (file)
@@ -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 (file)
index 3df8170..0000000
+++ /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