branches/gmyth-0.1b/m4/Makefile.am
author morphbr
Wed Feb 07 00:03:05 2007 +0000 (2007-02-07)
branchtrunk
changeset 329 818deb9ae65d
permissions -rw-r--r--
[svn r331] - Updated gmyth_http (comments, etc..)
- Modified gmyth_http test file (test/http.c to test/gmyth_test_http.c)
- Created gmyth_vlc (interface for vlc - will be used for live tv and cool stuff)
- Created gmyth_vlc test file (test/gmyth_test_vlc.c)
renatofilho@320
     1
SUBDIRS= src pixmaps
renatofilho@320
     2
renatofilho@320
     3
include aminclude.am
renatofilho@320
     4
renatofilho@320
     5
EXTRA_DIST =                            \
renatofilho@320
     6
        autogen.sh                      \
renatofilho@320
     7
        AUTHORS                         \
renatofilho@320
     8
        COPYING                         \
renatofilho@320
     9
        README
renatofilho@320
    10