Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « Mono.Addins - github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0db1a57a683eee858065dad41f2298ae934e9c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

ASSEMBLY = ../bin/Mono.Addins.dll
ASSEMBLY_NAME=Mono.Addins
PC_FILES_IN = mono-addins.pc.in

install-data-local: gac-install
uninstall-local: gac-uninstall

include $(top_srcdir)/Makefile.include
include $(top_srcdir)/xbuild.include

CLEANFILES += $(POLICY_ASSEMBLIES) $(POLICY_CONFIGS)