mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-07 07:25:29 +01:00
get rid of automake warning
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
AM_CFLAGS=$(OP_CFLAGS)
|
||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src $(VEEJAY_CFLAGS) $(GTK_CFLAGS) \
|
||||
$(GLIB_CFLAGS) $(FFMPEG_CFLAGS) $(GLADE_CFLAGS) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DRELOADED_DATADIR=\""$(reloaded_datadir)"\"
|
||||
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src \
|
||||
$(VEEJAY_CFLAGS) $(GTK_CFLAGS) \
|
||||
$(GLIB_CFLAGS) $(FFMPEG_CFLAGS) $(GLADE_CFLAGS) \
|
||||
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
|
||||
-DRELOADED_DATADIR=\""$(reloaded_datadir)"\"
|
||||
|
||||
RELOADED_BIN=reloaded
|
||||
reloaded_SOURCES = gtkcolorsel.c gtkknob.c cellrendererspin.c gtktimeselection.c vj-midi.c curve.c utils.c tracksources.c gveejay.c keyboard.c sequence.c multitrack.c vj-api.c mjpeg_logging.c mpegconsts.c mpegtimecode.c yuv4mpeg.c yuv4mpeg_ratio.c ${reloaded_headers}
|
||||
@@ -12,4 +15,3 @@ EXTRA_DIST = common.h curve.h fastintfns.h format_codes.h keyboard.h mjpeg_loggi
|
||||
|
||||
reloaded_LDFLAGS = $(VEEJAY_LIBS) $(GTK_LIBS) $(GLIB_LIBS) \
|
||||
$(GLADE_LIBS) $(ALSA_LIBS) $(LIBM_LIBS) $(LIBX11_LIBS) -lgthread-2.0 -export-dynamic
|
||||
|
||||
|
||||
Reference in New Issue
Block a user