mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Use FLTK include flags as we are using it here
This commit is contained in:
parent
28de0f8e96
commit
dc4b1bef47
@ -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 ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user