Skip to content

Commit

Permalink
Update all Makefile.am for newer autotools.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkshram committed Dec 21, 2015
1 parent 4e02f08 commit 28e6e67
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion caja/Makefile.am
@@ -1,6 +1,6 @@
module_flags = -avoid-version -module

INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir)/libparrillada-utils/ \
-I$(top_builddir)/libparrillada-utils/ \
-I$(top_srcdir)/libparrillada-media/ \
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/libparrillada-burn/Makefile.am
Expand Up @@ -105,9 +105,9 @@ expand_content_files=
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
# signals and properties.
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. AM_CPPFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
INCLUDES= \
AM_CPPFLAGS= \
-I$(top_srcdir) \
-I$(top_builddir) \
$(PARRILLADA_GLIB_CFLAGS) \
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/libparrillada-media/Makefile.am
Expand Up @@ -102,9 +102,9 @@ expand_content_files=
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
# signals and properties.
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. AM_CPPFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
INCLUDES= \
AM_CPPFLAGS= \
-I$(top_srcdir) \
-I$(top_builddir) \
$(PARRILLADA_GLIB_CFLAGS) \
Expand Down
2 changes: 1 addition & 1 deletion libparrillada-burn/Makefile.am
@@ -1,4 +1,4 @@
INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_srcdir)/libparrillada-utils/ \
Expand Down
2 changes: 1 addition & 1 deletion libparrillada-media/Makefile.am
@@ -1,5 +1,5 @@

INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \
-DPARRILLADA_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
Expand Down
2 changes: 1 addition & 1 deletion libparrillada-utils/Makefile.am
@@ -1,5 +1,5 @@

INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \
-DPARRILLADA_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
Expand Down
2 changes: 1 addition & 1 deletion plugins/audio2cue/Makefile.am
@@ -1,5 +1,5 @@

INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libparrillada-media/ \
-I$(top_builddir)/libparrillada-media/ \
Expand Down
2 changes: 1 addition & 1 deletion plugins/cdrdao/Makefile.am
@@ -1,5 +1,5 @@

INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libparrillada-media/ \
-I$(top_builddir)/libparrillada-media/ \
Expand Down
2 changes: 1 addition & 1 deletion plugins/cdrkit/Makefile.am
@@ -1,5 +1,5 @@

INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libparrillada-media/ \
-I$(top_builddir)/libparrillada-media/ \
Expand Down
2 changes: 1 addition & 1 deletion plugins/cdrtools/Makefile.am
@@ -1,5 +1,5 @@

INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libparrillada-media/ \
-I$(top_builddir)/libparrillada-media/ \
Expand Down
2 changes: 1 addition & 1 deletion plugins/checksum/Makefile.am
@@ -1,5 +1,5 @@

INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libparrillada-media/ \
-I$(top_builddir)/libparrillada-media/ \
Expand Down
2 changes: 1 addition & 1 deletion plugins/dvdauthor/Makefile.am
@@ -1,5 +1,5 @@

INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libparrillada-media/ \
-I$(top_builddir)/libparrillada-media/ \
Expand Down
2 changes: 1 addition & 1 deletion plugins/dvdcss/Makefile.am
@@ -1,4 +1,4 @@
INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libparrillada-media/ \
-I$(top_builddir)/libparrillada-media/ \
Expand Down
2 changes: 1 addition & 1 deletion plugins/growisofs/Makefile.am
@@ -1,5 +1,5 @@

INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libparrillada-media/ \
-I$(top_builddir)/libparrillada-media/ \
Expand Down
2 changes: 1 addition & 1 deletion plugins/libburnia/Makefile.am
@@ -1,5 +1,5 @@

INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libparrillada-media/ \
-I$(top_builddir)/libparrillada-media/ \
Expand Down
2 changes: 1 addition & 1 deletion plugins/local-track/Makefile.am
@@ -1,5 +1,5 @@

INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libparrillada-media/ \
-I$(top_builddir)/libparrillada-media/ \
Expand Down
2 changes: 1 addition & 1 deletion plugins/transcode/Makefile.am
@@ -1,5 +1,5 @@

INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libparrillada-media/ \
-I$(top_builddir)/libparrillada-media/ \
Expand Down
2 changes: 1 addition & 1 deletion plugins/vcdimager/Makefile.am
@@ -1,5 +1,5 @@

INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libparrillada-media/ \
-I$(top_builddir)/libparrillada-media/ \
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
@@ -1,5 +1,5 @@

INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libparrillada-utils/ \
-I$(top_builddir)/libparrillada-utils/ \
Expand Down

0 comments on commit 28e6e67

Please sign in to comment.