~ubuntu-branches/ubuntu/maverick/freecad/maverick

« back to all changes in this revision

Viewing changes to src/Mod/PartDesign/Gui/Resources/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2010-01-11 08:48:33 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100111084833-4g9vgdqbkw8u34zb
Tags: 0.9.2646.5-1
* New upstream version (closes: #561696).
* Added swig to Build-Depends (closes: #563523, #563772).
* Removed python-opencv from Build-Depends and Recommends (closes: #560768).

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
EXTRA_DIST = \
10
10
                translations/PartDesign_de.qm \
11
 
                translations/PartDesign_de.ts \
 
11
                icons/PartDesign_Pad.svg \
12
12
                PartDesign.qrc
13
13
 
14
14
 
26
26
 
27
27
 
28
28
# set the include path found by configure
29
 
INCLUDES=-I$(top_srcdir)/src -I$(top_builddir)/src -I$(srcdir)/.. \
 
29
AM_CXXFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src -I$(srcdir)/.. \
30
30
                $(all_includes) $(QT_CXXFLAGS) -I$(OCC_INC)
31
31
 
32
 
# set additional defines (for cygwin only)
33
 
AM_CPPFLAGS=-DFCGui
34
 
 
35
32
CLEANFILES = $(BUILT_SOURCES)