~unity-team/unity/dash-fixes-2011-03-14

« back to all changes in this revision

Viewing changes to src/quicklauncher/Makefile.am

  • Committer: Neil Jagdish Patel
  • Date: 2009-10-15 10:40:35 UTC
  • Revision ID: neil.patel@canonical.com-20091015104035-ijthyaoq3rwqu8r7
[build] Initial commit

added:
  .bzrignore
  AUTHORS
  COPYING
  ChangeLog
  Makefile.am
  NEWS
  README
  autogen.sh
  configure.ac
  src/
  src/Makefile.am
  src/main.vala
  src/quicklauncher/
  src/quicklauncher/Makefile.am
  src/quicklauncher/quicklauncher.vala
  src/unity.vala
  tests/
  tests/Makefile.am
  tests/test-unity.vala

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LTLIBRARIES = \
 
2
  libunity-quicklauncher.la
 
3
 
 
4
# unity-quicklauncher static lib
 
5
libunity_quicklauncher_la_CPPFLAGS = \
 
6
  $(BASE_CFLAGS) \
 
7
  $(MAINTAINER_CFLAGS)
 
8
 
 
9
libunity_quicklauncher_la_VALAFLAGS = \
 
10
  -H unity-quicklauncher.h -d . \
 
11
  --library unity-quicklauncher \
 
12
  --pkg gtk+-2.0 \
 
13
  --pkg gee-1.0 \
 
14
  $(MAINTAINER_VALAFLAGS)
 
15
 
 
16
libunity_quicklauncher_la_LIBADD = \
 
17
  $(BASE_LIBS)
 
18
 
 
19
libunity_quicklauncher_la_SOURCES = \
 
20
  quicklauncher.vala
 
21
 
 
22
CLEANFILES = *.stamp