~ubuntu-branches/ubuntu/quantal/vice/quantal

« back to all changes in this revision

Viewing changes to src/lib/lpng/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2006-07-30 19:15:59 UTC
  • mto: (9.1.1 lenny) (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20060730191559-g31ymd2mk102kzff
Tags: upstream-1.19
ImportĀ upstreamĀ versionĀ 1.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = \
 
2
        @VICE_ZLIB_INCLUDES@ \
 
3
        -I$(top_builddir)/src \
 
4
        -I$(top_srcdir)/src
 
5
 
 
6
noinst_LIBRARIES = libpng.a
 
7
 
 
8
libpng_a_SOURCES = \
 
9
        png.c \
 
10
        png.h \
 
11
        pngconf.h \
 
12
        pngerror.c \
 
13
        pngget.c \
 
14
        pngmem.c \
 
15
        pngpread.c \
 
16
        pngread.c \
 
17
        pngrio.c \
 
18
        pngrtran.c \
 
19
        pngrutil.c \
 
20
        pngset.c \
 
21
        pngtrans.c \
 
22
        pngwio.c \
 
23
        pngwrite.c \
 
24
        pngwtran.c \
 
25
        pngwutil.c
 
26
 
 
27
EXTRA_DIST = \
 
28
        LICENSE