1ASSEMBLY = libgpod-sharp-test
2TARGET = exe
3LINK = -r:../libgpod-sharp/libgpod-sharp.dll
4
5SOURCES =  \
6	AssemblyInfo.cs \
7	Main.cs
8
9EXTRAS = \
10	libgpod-sharp-test.in
11
12if HAVE_MONO
13include $(srcdir)/../Makefile.include
14else
15EXTRA_DIST = $(SOURCES)
16endif
17