summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore6
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
-rw-r--r--m4/Makefile.am1
4 files changed, 8 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 530a8f2..0fdd1d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,6 +35,10 @@ gst-omx-*.tar*
*.orig
*.rej
tools/listcomponents
-/m4
+/m4/libtool.m4
+/m4/ltoptions.m4
+/m4/ltsugar.m4
+/m4/ltversion.m4
+/m4/lt~obsolete.m4
Makefile.in
Makefile
diff --git a/Makefile.am b/Makefile.am
index dadaf70..82affc6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = common omx tools config
+SUBDIRS = common omx tools config m4
if BUILD_EXAMPLES
SUBDIRS += examples
diff --git a/configure.ac b/configure.ac
index e87d240..88181f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -389,6 +389,7 @@ config/bellagio/Makefile
config/rpi/Makefile
examples/Makefile
examples/egl/Makefile
+m4/Makefile
)
AC_OUTPUT
diff --git a/m4/Makefile.am b/m4/Makefile.am
new file mode 100644
index 0000000..741f850
--- /dev/null
+++ b/m4/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS =