Bug 761516. Rename webapprt/linux to webapprt/gtk2 as we are building for all gtk2 platforms. r=marco

--HG--
rename : webapprt/linux/Makefile.in => webapprt/gtk2/Makefile.in
rename : webapprt/linux/webapprt.cpp => webapprt/gtk2/webapprt.cpp
This commit is contained in:
Felipe Gomes 2012-06-12 17:47:40 -03:00
parent ad14387243
commit da4dfbe697
3 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ ifeq ($(OS_ARCH),Darwin)
DIRS += mac
else
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
DIRS += linux
endif # linux
DIRS += gtk2
endif # gtk2
endif # mac
endif # windows