diff options
author | Matt Turner <[email protected]> | 2012-09-05 21:08:39 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-13 00:55:37 +0100 |
commit | 92ce9c38fd5e2260ca2a707548c4de13a6002a1b (patch) | |
tree | 9896c99928b93d2c1eee28bc09b1a97907ce85c8 /src/mapi/vgapi | |
parent | 8c80bdc4a8d0b1c39cad8b8bfb1b982a498f0a8e (diff) |
Remove hacks for static Makefiles
v2: Andreas Boll <[email protected]>
- don't remove compatibility with scripts for the old build system
v3: Andreas Boll <[email protected]>
- remove more obsolete hacks
v4: Andreas Boll <[email protected]>
- add a previously removed TOP variable to fix vgapi build
Diffstat (limited to 'src/mapi/vgapi')
-rw-r--r-- | src/mapi/vgapi/Makefile.am | 3 |
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) |