Skip to content
Snippets Groups Projects
Commit 97510bd0 authored by Vincent Hanquez's avatar Vincent Hanquez
Browse files

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

parent 115a5ace
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment