~unity-team/unity/trusty-1374785

« back to all changes in this revision

Viewing changes to src/places/Makefile.am

  • Committer: Neil Jagdish Patel
  • Date: 2009-12-14 22:44:07 UTC
  • mfrom: (43.1.10 trunk.fix-make)
  • Revision ID: neil.patel@canonical.com-20091214224407-ez2goxv2nf4ipmr4
[build] IT MAKE DISTS!

removed:
  src/places/Makefile.am
  src/quicklauncher/Makefile.am
  src/quicklauncher/application_view.vala
added:
  tests/test-const.vapi
renamed:
  src/places/bar_model.vala => src/places/bar-model.vala
  src/places/bar_view.vala => src/places/bar-view.vala
  src/places/default_model.vala => src/places/default-model.vala
  src/places/default_view.vala => src/places/default-view.vala
  src/quicklauncher/application_store.vala => src/quicklauncher/application-store.vala
  src/quicklauncher/launcher_store.vala => src/quicklauncher/launcher-store.vala
  src/quicklauncher/launcher_view.vala => src/quicklauncher/launcher-view.vala
  src/quicklauncher/prism_handler.vala => src/quicklauncher/prism-handler.vala
  src/quicklauncher/quicklauncher_manager.vala => src/quicklauncher/quicklauncher-manager.vala
modified:
  .bzrignore
  AUTHORS
  Makefile.am
  configure.ac
  libunity/Makefile.am
  src/Makefile.am
  src/quicklauncher/unity-scroller.vala
  tests/Makefile.am
  tests/test-unity.vala
  src/quicklauncher/application-store.vala
unknown:
  unity-0.1.5.tar.gz
pending merges:
  Neil Jagdish Patel 2009-12-14 [build] Update authors
    Neil Jagdish Patel 2009-12-14 [tests] Make sure EXTRA_DIST is set and......
    Neil Jagdish Patel 2009-12-14 [tests] Fix Quicklauncher test. Fix path t...
    Neil Jagdish Patel 2009-12-14 [build] Actuall fix make distcheck
    Neil Jagdish Patel 2009-12-14 [build] Enable localinstall for testing du...
    Neil Jagdish Patel 2009-12-14 [build] Some more fixes for distcheck
    Neil Jagdish Patel 2009-12-14 [build] Fix up remaining bits, make distch...
    Neil Jagdish Patel 2009-12-14 [ignores] Update
    Neil Jagdish Patel 2009-12-14 [build] Clean up build and make make dist ...
    Neil Jagdish Patel 2009-12-14 Fix warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DATADIR = $(datadir)
2
 
PKGDATADIR = $(datadir)/unity
3
 
 
4
 
noinst_LTLIBRARIES = \
5
 
  libunity-places.la
6
 
 
7
 
# unity-places static lib
8
 
libunity_places_la_CPPFLAGS = \
9
 
  -DDATADIR=\"$(DATADIR)\" \
10
 
  -DPKGDATADIR=\"$(PKGDATADIR)\" \
11
 
  $(BASE_CFLAGS) \
12
 
  $(MAINTAINER_CFLAGS) \
13
 
  -I$(top_builddir)/libunity/
14
 
 
15
 
libunity_places_la_VALAFLAGS = \
16
 
  -H unity-places.h -d . \
17
 
  --library unity-places \
18
 
  --vapidir=$(top_builddir)/vapi/ \
19
 
  --vapidir=$(top_builddir)/libunity \
20
 
  --pkg clutter-1.0 \
21
 
  --pkg clutk-0.3 \
22
 
  --pkg launcher-0.3 \
23
 
  --pkg gtk+-2.0 \
24
 
  --pkg gee-1.0 \
25
 
  --pkg unity-const \
26
 
  --pkg unity \
27
 
  $(MAINTAINER_VALAFLAGS)
28
 
 
29
 
libunity_places_la_LIBADD = \
30
 
  $(BASE_LIBS) \
31
 
  $(top_builddir)/libunity/libunity.la
32
 
 
33
 
libunity_places_la_SOURCES = \
34
 
  bar_model.vala \
35
 
  bar_view.vala \
36
 
  default_model.vala \
37
 
  default_view.vala \
38
 
  view.vala
39
 
 
40
 
CLEANFILES = *.stamp