~yeganeh/unity/fix-for-869873

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Neil Jagdish Patel
  • Date: 2009-12-14 18:34:48 UTC
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: neil.patel@canonical.com-20091214183448-z3n1fchg691dqz2h
[build] Actuall fix make distcheck

modified:
  configure.ac
  src/Makefile.am
  tests/test-unity.vala

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
  
5
5
DATADIR = $(datadir)
6
6
 
 
7
if HAVE_LOCALINSTALL
 
8
PKGDATADIR=$(top_srcdir)/data
 
9
else
 
10
PKGDATADIR=$(datadir)/unity
 
11
endif
7
12
noinst_LTLIBRARIES = \
8
13
  libunity-static.la 
9
14