Browse Source

build: fix "make dist", which was broken because of the vcproj -> vcxproj

migration.
tags/v0.99.beta18
Sam Hocevar sam 12 years ago
parent
commit
859804d7af
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      caca/Makefile.am
  2. +1
    -1
      cxx/Makefile.am
  3. +1
    -1
      src/Makefile.am

+ 1
- 1
caca/Makefile.am View File

@@ -1,7 +1,7 @@

EXTRA_DIST = caca.pc.in \
mono9.data monobold12.data \
libcaca.vcproj libcaca.def
libcaca.vcxproj libcaca.def
DISTCLEANFILES = caca.pc

AM_CPPFLAGS = -I$(top_srcdir) -DPLUGINDIR=\"$(plugindir)\"


+ 1
- 1
cxx/Makefile.am View File

@@ -1,7 +1,7 @@

AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I../caca

EXTRA_DIST = libcaca++.vcproj libcaca++.def test-cxx.vcproj
EXTRA_DIST = libcaca++.vcxproj libcaca++.def test-cxx.vcxproj
if USE_CXX
pkgconfig_DATA = caca++.pc
pkgconfigdir = $(libdir)/pkgconfig


+ 1
- 1
src/Makefile.am View File

@@ -1,7 +1,7 @@

pkgdata_DATA = caca.txt

EXTRA_DIST = caca.txt cacademo.vcproj cacafire.vcproj cacaview.vcproj
EXTRA_DIST = caca.txt cacademo.vcxproj cacafire.vcxproj cacaview.vcxproj
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I../caca \
-DLIBCACA=1 -DX_DISPLAY_MISSING=1



Loading…
Cancel
Save