mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-06 15:05:28 +01:00
Fix automake warnings, start restructuring folders
Get rid of deprecation warnings INCLUDES -> AM_CPPFLAGS. Closes #4. Move aclib, libOSC to thirdparty subfolder Fix typo in libvjmsg/Makefile.am
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# Makefile for veejay
|
||||
|
||||
INCLUDES = -I$(top_srcdir) -I$(includedir)\
|
||||
-I$(top_srcdir)/vjmem\
|
||||
-I$(top_srcdir)/vjmsg \
|
||||
-I$(top_srcdir)/libel
|
||||
AM_CPPFLAGS = -I$(top_srcdir) -I$(includedir)\
|
||||
-I$(top_srcdir)/vjmem\
|
||||
-I$(top_srcdir)/vjmsg \
|
||||
-I$(top_srcdir)/libel
|
||||
if HAVE_MJPEGTOOLS
|
||||
INCLUDES +=
|
||||
AM_CPPFLAGS +=
|
||||
else
|
||||
INCLUDES += -I$(top_srcdir)/mjpegtools
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/mjpegtools
|
||||
endif
|
||||
|
||||
INCLUDES += $(XML2_CFLAGS) $(FFMPEG_CFLAGS) $(MJPEGTOOLS_CFLAGS)
|
||||
AM_CPPFLAGS += $(XML2_CFLAGS) $(FFMPEG_CFLAGS) $(MJPEGTOOLS_CFLAGS)
|
||||
|
||||
SAMPLEREC_LIB_FILE = libsamplerec.la
|
||||
noinst_LTLIBRARIES = $(SAMPLEREC_LIB_FILE)
|
||||
|
||||
Reference in New Issue
Block a user