]> Dogcows Code - chaz/openbox/commitdiff
add a makefile so i can put stuff into the make dist
authorDana Jansens <danakj@orodu.net>
Sun, 29 Jun 2003 08:47:04 +0000 (08:47 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 29 Jun 2003 08:47:04 +0000 (08:47 +0000)
m4/.cvsignore
m4/Makefile.am [new file with mode: 0644]

index ae2f6d849d71ba2aeeec87797c063fa31f000cda..8e12d57aa7be9fa28882c4df804683f039d2fe0d 100644 (file)
@@ -15,3 +15,5 @@ progtest.m4
 stdint_h.m4
 uintmax_t.m4
 ulonglong.m4
+Makefile
+Makefile.in
diff --git a/m4/Makefile.am b/m4/Makefile.am
new file mode 100644 (file)
index 0000000..49df8c6
--- /dev/null
@@ -0,0 +1,20 @@
+EXTRA_DIST=\
+  codeset.m4 \
+  gettext.m4 \
+  glibc21.m4 \
+  iconv.m4 \
+  intdiv0.m4 \
+  inttypes-pri.m4 \
+  inttypes.m4 \
+  inttypes_h.m4 \
+  isc-posix.m4 \
+  lcmessage.m4 \
+  lib-ld.m4 \
+  lib-link.m4 \
+  lib-prefix.m4 \
+  progtest.m4 \
+  stdint_h.m4 \
+  uintmax_t.m4 \
+  ulonglong.m4 \
+  openbox.m4 \
+  x11.m4
This page took 0.028349 seconds and 4 git commands to generate.