Fixed "make dist"

This commit is contained in:
Pierre Pronchery 2014-11-11 00:52:20 +01:00
parent 8cc5a265c4
commit e46e830ca1
3 changed files with 4 additions and 0 deletions

View File

@ -31,10 +31,12 @@ dist:
$(PACKAGE)-$(VERSION)/src/Panel/Makefile \
$(PACKAGE)-$(VERSION)/src/Panel/project.conf \
$(PACKAGE)-$(VERSION)/src/Panel/applets/keyboard.c \
$(PACKAGE)-$(VERSION)/src/Panel/applets/Makefile \
$(PACKAGE)-$(VERSION)/src/Panel/applets/project.conf \
$(PACKAGE)-$(VERSION)/src/Phone/Makefile \
$(PACKAGE)-$(VERSION)/src/Phone/project.conf \
$(PACKAGE)-$(VERSION)/src/Phone/plugins/pulseaudio.c \
$(PACKAGE)-$(VERSION)/src/Phone/plugins/Makefile \
$(PACKAGE)-$(VERSION)/src/Phone/plugins/project.conf \
$(PACKAGE)-$(VERSION)/Makefile \
$(PACKAGE)-$(VERSION)/project.conf

View File

@ -1,3 +1,4 @@
dist=Makefile
targets=keyboard
cflags_force=-W -fPIC
cflags=-Wall -g -O2 -pedantic

View File

@ -1,3 +1,4 @@
dist=Makefile
targets=pulseaudio
cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
cflags=-Wall -g -O2 -pedantic -fPIC