Fix automake "option 'subdir-objects' is disabled" warning
parent
01213bcafb
commit
f5297093c0
|
@ -1,5 +1,7 @@
|
|||
## exposed/Makefile.am
|
||||
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
AM_CPPFLAGS = -DLIBRARY -I$(top_srcdir)/src
|
||||
|
||||
AM_LDFLAGS = -L.
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
## src/Makefile.am
|
||||
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
AM_CPPFLAGS = $(FLTK_CXXFLAGS) $(LIBSPNAV_CPPFLAGS)
|
||||
|
||||
if WIN32
|
||||
|
|
Loading…
Reference in New Issue