diff --git a/webapprt/Makefile.in b/webapprt/Makefile.in index 98f47b5c25d..1f00df3dea0 100644 --- a/webapprt/Makefile.in +++ b/webapprt/Makefile.in @@ -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 diff --git a/webapprt/linux/Makefile.in b/webapprt/gtk2/Makefile.in similarity index 100% rename from webapprt/linux/Makefile.in rename to webapprt/gtk2/Makefile.in diff --git a/webapprt/linux/webapprt.cpp b/webapprt/gtk2/webapprt.cpp similarity index 100% rename from webapprt/linux/webapprt.cpp rename to webapprt/gtk2/webapprt.cpp