Use FLTK include flags as we are using it here

This commit is contained in:
Sanel Zukan 2009-10-06 11:26:06 +00:00
parent 28de0f8e96
commit dc4b1bef47

View File

@ -11,7 +11,7 @@
SubDir TOP ede-panel ;
# make it as library, so applets can use it too
ObjectC++Flags Netwm.cpp : -g3 -fPIC $(X_CFLAGS) $(EDELIBINCLUDE) ;
ObjectC++Flags Netwm.cpp : -g3 -fPIC $(FLTKINCLUDE) $(EDELIBINCLUDE) ;
StaticLibrary libnetwm : Netwm.cpp ;
NETWMLIB = -L$(SUBDIR) -lnetwm ;