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

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

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

if ENABLE_GUI_GTK3

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

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

CLEANFILES += $(POLICY_ASSEMBLIES) $(POLICY_CONFIGS)

endif