~ubuntu-branches/ubuntu/quantal/muse/quantal

« back to all changes in this revision

Viewing changes to muse/marker/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2011-08-12 11:16:41 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: package-import@ubuntu.com-20110812111641-sg7bj019yhh91mpl
Tags: upstream-2.0~beta2
ImportĀ upstreamĀ versionĀ 2.0~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include $(top_srcdir)/common.am
2
 
 
3
 
if PCH
4
 
AM_CXXFLAGS += -include $(top_srcdir)/all.h
5
 
endif
6
 
 
7
 
noinst_LIBRARIES = libmarker.a
8
 
 
9
 
dist_libmarker_a_SOURCES = \
10
 
        marker.cpp marker.h \
11
 
        markerview.cpp markerview.h
12
 
 
13
 
nodist_libmarker_a_SOURCES = \
14
 
        moc_markerview.cpp
15