summaryrefslogtreecommitdiffstats
path: root/src/mapi/vgapi/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapi/vgapi/Makefile.am')
-rw-r--r--src/mapi/vgapi/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mapi/vgapi/Makefile.am b/src/mapi/vgapi/Makefile.am
index 47875ed8bb5..b7abf92a1cc 100644
--- a/src/mapi/vgapi/Makefile.am
+++ b/src/mapi/vgapi/Makefile.am
@@ -19,8 +19,6 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
-TOP=$(top_srcdir)
-
AM_CPPFLAGS = \
$(DEFINES) \
-I$(top_srcdir)/include \
@@ -41,6 +39,7 @@ VG_include_HEADERS = \
lib_LTLIBRARIES = libOpenVG.la
+TOP=$(top_srcdir)
include ../mapi/sources.mak
libOpenVG_la_SOURCES = $(MAPI_FILES) vgapi_tmp.h
libOpenVG_la_LIBADD = $(VG_LIB_DEPS)