~ubuntu-branches/debian/sid/boinc/sid

« back to all changes in this revision

Viewing changes to api/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Steffen Moeller
  • Date: 2011-08-08 01:36:51 UTC
  • mfrom: (6.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20110808013651-m1hs3cltiveuteyn
Tags: 6.13.1+dfsg-2
* Bringing notify patch to unstable.
* Adjusted build dependency to libjpeg-dev (Closes: #641093)
* Further improvements on stripchart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
# stuff linked into both main app and graphics app
9
9
api_files= \
10
 
        boinc_api.cpp \
11
 
        reduce_main.cpp \
12
 
        graphics2_util.cpp
 
10
    boinc_api.cpp \
 
11
    reduce_main.cpp \
 
12
    graphics2_util.cpp
13
13
 
14
14
# stuff linked into graphics app
15
15
graphics2_files = \
16
 
        gutil.cpp \
17
 
        gutil_text.cpp \
18
 
        reduce_lib.cpp \
19
 
        texture.cpp \
20
 
        graphics2.cpp \
21
 
        graphics2_unix.cpp
 
16
    gutil.cpp \
 
17
    gutil_text.cpp \
 
18
    reduce_lib.cpp \
 
19
    texture.cpp \
 
20
    graphics2.cpp \
 
21
    graphics2_unix.cpp
 
22
 
 
23
#texfont.cpp
 
24
#txf_util.cpp 
22
25
 
23
26
if OS_DARWIN
24
 
graphics2_files += mac_icon.cpp
25
 
graphics2_files += macglutfix.m
 
27
    graphics2_files += mac_icon.cpp
 
28
    graphics2_files += macglutfix.m
26
29
endif
27
30
 
28
31
EXTRA_DIST = *.h