Complete the removal of examples/pixmap to fix make dist

This commit is contained in:
Richard Hughes 2010-10-01 12:36:16 +01:00
parent 0fa0e653d5
commit 908bdf7941
3 changed files with 0 additions and 17 deletions

View 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 \

View File

@ -17,7 +17,6 @@ SUBDIRS = arrow \
notebook \
packbox \
paned \
pixmap \
progressbar \
radiobuttons \
rangewidgets \

View File

@ -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