~ubuntu-branches/ubuntu/maverick/apvlv/maverick

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ritter
  • Date: 2010-04-07 11:13:08 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100407111308-6yozdlrcyv6bs5aq
Tags: 0.0.9.5-1
New upstream release (Closes: #576081, #576082)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
       ApvlvCmds.hpp \
11
11
       ApvlvParams.hpp \
12
12
       ApvlvWindow.hpp \
13
 
       ApvlvMenu.hpp
 
13
       ApvlvMenu.hpp \
 
14
       ApvlvInfo.hpp
14
15
 
15
16
SOURCE = main.cpp \
16
17
         ApvlvUtil.cpp \
22
23
         ApvlvCmds.cpp \
23
24
         ApvlvParams.cpp \
24
25
         ApvlvWindow.cpp \
25
 
         ApvlvMenu.cpp 
 
26
         ApvlvMenu.cpp \
 
27
         ApvlvInfo.cpp 
26
28
 
27
29
bin_PROGRAMS = apvlv 
28
30