mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-05-30 17:01:05 +00:00
EOControl to reflect changes to gdl2.make. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@26235 72102866-910b-0410-8b05-ffd578937521
15 lines
512 B
Makefile
15 lines
512 B
Makefile
include $(GNUSTEP_MAKEFILES)/common.make
|
|
include $(GNUSTEP_MAKEFILES)/Auxiliary/gdl2.make
|
|
|
|
ADDITIONAL_NATIVE_LIBS=EOAccess EOControl
|
|
|
|
# This is strictly for integration into the gdl2 build system
|
|
# If you are basing a gdl2 application off of these examples
|
|
# you won't need the following line in your GNUmakefiles.
|
|
ADDITIONAL_NATIVE_LIB_DIRS=../../../EOAccess ../../../EOControl
|
|
|
|
include GNUmakefile.eoexample
|
|
include GNUmakefile.connection
|
|
include GNUmakefile.eoexample2
|
|
|
|
include $(GNUSTEP_MAKEFILES)/tool.make
|