Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Generate AssemblyInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alp Toker committed Oct 13, 2007
1 parent 833b67e commit e11d6de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ AC_SUBST(NDESK_DBUS_LIBS)
AC_OUTPUT([
Makefile
ndesk-dbus-glib-1.0.pc
src/AssemblyInfo.cs
src/Makefile
examples/Makefile
])
Expand Down
File renamed without changes.
10 changes: 4 additions & 6 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ LIBFLAGS = \
$(NDESK_DBUS_LIBS)

CSFILES = \
$(srcdir)/AssemblyInfo.cs \
$(srcdir)/GLib.cs \
$(srcdir)/GLib.IO.cs

all: $(TARGET)

#$(TARGET): $(CSFILES) AssemblyInfo.cs
$(TARGET): $(CSFILES)
$(TARGET): $(CSFILES) AssemblyInfo.cs
$(GMCS) -out:$@ $(CSFLAGS) $(LIBFLAGS) $^

install-data-local:
Expand All @@ -32,14 +30,14 @@ uninstall-local:

EXTRA_DIST = \
$(CSFILES)
# $(srcdir)/AssemblyInfo.cs.in
$(srcdir)/AssemblyInfo.cs.in

CLEANFILES = \
$(TARGET) \
$(TARGET).mdb

#DISTCLEANFILES = \
# AssemblyInfo.cs
DISTCLEANFILES = \
AssemblyInfo.cs

MAINTAINERCLEANFILES = \
Makefile.in

0 comments on commit e11d6de

Please sign in to comment.