~tualatrix/ubuntu-tweak/ubuntu-packing

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: tualatrix
  • Date: 2007-11-08 15:07:03 UTC
  • Revision ID: git-v1:8d117e376f9c8db00737c22904dccb48f7aac788
add the new sources of Ubuntu Tweak 0.2

git-svn-id: https://ubuntu-tweak.googlecode.com/svn/trunk@61 89e9d5ea-4437-0410-aedb-dd2c2f29ea1f

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
## Created by Anjuta - will be overwritten
 
4
## If you don't want it to overwrite it,
 
5
##      Please disable it in the Anjuta project configuration
 
6
 
 
7
INCLUDES = \
 
8
        $(PACKAGE_CFLAGS)
 
9
 
 
10
AM_CFLAGS =\
 
11
         -Wall\
 
12
         -g
 
13
 
 
14
bin_PROGRAMS = ubuntu-tweak
 
15
 
 
16
ubuntu_tweak_SOURCES = \
 
17
        main.c\
 
18
        interface.h\
 
19
        interface.c\
 
20
        ubuntu-tweak.h\
 
21
        ubuntu-tweak.c\
 
22
        about.c\
 
23
        about.h\
 
24
        session_page.c\
 
25
        session_page.h\
 
26
        icon_page.c\
 
27
        icon_page.h\
 
28
        compiz_page.c\
 
29
        compiz_page.h\
 
30
        gnome_page.c\
 
31
        gnome_page.h\
 
32
        nautilus_page.c\
 
33
        nautilus_page.h\
 
34
        powermanager_page.c\
 
35
        powermanager_page.h\
 
36
        security_page.c\
 
37
        security_page.h
 
38
 
 
39
ubuntu_tweak_LDFLAGS = 
 
40
 
 
41
ubuntu_tweak_LDADD =  \
 
42
        $(PACKAGE_LIBS)