~ubuntu-branches/ubuntu/maverick/gnome-terminal/maverick-proposed

« back to all changes in this revision

Viewing changes to src/eel/Makefile.am

Tags: upstream-2.12.0
ImportĀ upstreamĀ versionĀ 2.12.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
INCLUDES=@TERM_CFLAGS@ -I$(srcdir)/.. -DEEL_OMIT_SELF_CHECK
3
 
 
4
 
EELFILES=eel-ellipsizing-label.h                \
5
 
        eel-ellipsizing-label.c                 \
6
 
        eel-pango-extensions.h                  \
7
 
        eel-pango-extensions.c                  \
8
 
        eel-gtk-macros.h                        \
9
 
        eel-string.h                            \
10
 
        eel-string.c                            
11
 
 
12
 
EELDIR=$(srcdir)/../../../eel/eel
13
 
 
14
 
noinst_LTLIBRARIES=libeelcnp.la
15
 
 
16
 
libeelcnp_la_SOURCES=$(EELFILES)
17
 
 
18
 
libeelcnp_la_LDFLAGS= @TERM_LIBS@
19
 
 
20
 
regenerate-built-sources:
21
 
        EELFILES="$(EELFILES)" EELDIR="$(EELDIR)" $(srcdir)/update-from-eel.sh
22
 
 
23
 
EXTRA_DIST=update-from-eel.sh
 
 
b'\\ No newline at end of file'