mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-15 16:11:14 +00:00
Make java wrapper generator find headers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@22008 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a02c90f090
commit
74e05740a6
3 changed files with 4 additions and 7 deletions
|
@ -19,20 +19,22 @@ Performance_OBJC_FILES += \
|
|||
GSThroughput.m \
|
||||
GSTicker.m \
|
||||
|
||||
|
||||
Performance_HEADER_FILES += \
|
||||
Performance.h \
|
||||
GSCache.h \
|
||||
GSThroughput.h \
|
||||
GSTicker.h \
|
||||
|
||||
|
||||
Performance_AGSDOC_FILES += \
|
||||
GSCache.h \
|
||||
GSThroughput.h \
|
||||
GSTicker.h
|
||||
|
||||
|
||||
# Optional Java wrappers for the library
|
||||
JAVA_WRAPPER_NAME = Performance
|
||||
Performance_HEADER_FILES=Performance.jigs.h
|
||||
|
||||
#
|
||||
# Assume that the use of the gnu runtime means we have the gnustep
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
# ADDITIONAL_CFLAGS +=
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
# ADDITIONAL_INCLUDE_DIRS +=
|
||||
ADDITIONAL_INCLUDE_DIRS += -I..
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
# ADDITIONAL_LDFLAGS +=
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
|
||||
#include "GSCache.h"
|
||||
#include "GSThroughput.h"
|
||||
#include "GSTicker.h"
|
||||
|
Loading…
Reference in a new issue