diff --git a/Makefile b/Makefile index d7d4151..763f1ce 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/src/Panel/applets/project.conf b/src/Panel/applets/project.conf index 084cfe5..f3ade7e 100644 --- a/src/Panel/applets/project.conf +++ b/src/Panel/applets/project.conf @@ -1,3 +1,4 @@ +dist=Makefile targets=keyboard cflags_force=-W -fPIC cflags=-Wall -g -O2 -pedantic diff --git a/src/Phone/plugins/project.conf b/src/Phone/plugins/project.conf index 14e1323..4da3e08 100644 --- a/src/Phone/plugins/project.conf +++ b/src/Phone/plugins/project.conf @@ -1,3 +1,4 @@ +dist=Makefile targets=pulseaudio cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0` cflags=-Wall -g -O2 -pedantic -fPIC