repair the depandency to not build systray.so each type we invoke make

This commit is contained in:
Vincent Hanquez 2005-04-24 00:09:45 +00:00
parent 115a5ace89
commit 97510bd0ab
1 changed files with 2 additions and 3 deletions

View File

@ -4,9 +4,8 @@ CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` -fpic -I/usr/include/python$(P
LDFLAGS = `pkg-config --libs gtk+-2.0 pygtk-2.0`
# Build the shared object
#trayicon.so: trayicon.o eggtrayicon.o trayiconmodule.o
all: trayicon.o eggtrayicon.o trayiconmodule.o
$(CC) $(LDFLAGS) -shared $^ -o trayicon.so
trayicon.so: trayicon.o eggtrayicon.o trayiconmodule.o
$(CC) $(LDFLAGS) -shared $^ -o $@
# The path to the GTK+ python types