forked from AuroraMiddleware/gtk
Complete the removal of examples/pixmap to fix make dist
This commit is contained in:
parent
0fa0e653d5
commit
908bdf7941
@ -70,8 +70,6 @@ EXTRA_DIST += \
|
|||||||
examples/packbox/packbox.c \
|
examples/packbox/packbox.c \
|
||||||
examples/paned/Makefile \
|
examples/paned/Makefile \
|
||||||
examples/paned/paned.c \
|
examples/paned/paned.c \
|
||||||
examples/pixmap/Makefile \
|
|
||||||
examples/pixmap/pixmap.c \
|
|
||||||
examples/progressbar/Makefile \
|
examples/progressbar/Makefile \
|
||||||
examples/progressbar/progressbar.c \
|
examples/progressbar/progressbar.c \
|
||||||
examples/radiobuttons/Makefile \
|
examples/radiobuttons/Makefile \
|
||||||
|
@ -17,7 +17,6 @@ SUBDIRS = arrow \
|
|||||||
notebook \
|
notebook \
|
||||||
packbox \
|
packbox \
|
||||||
paned \
|
paned \
|
||||||
pixmap \
|
|
||||||
progressbar \
|
progressbar \
|
||||||
radiobuttons \
|
radiobuttons \
|
||||||
rangewidgets \
|
rangewidgets \
|
||||||
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user